home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMMULTIEXT / TFRMMULTIEXT.txt
Encoding:
Text File  |  2004-07-08  |  13.4 KB  |  338 lines

  1. object frmMultiExt: TfrmMultiExt
  2.   Left = 616
  3.   Top = 536
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmMultiExt'
  6.   ClientHeight = 300
  7.   ClientWidth = 464
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pExtDir: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 464
  26.     Height = 60
  27.     Align = alTop
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     TabOrder = 0
  31.     object lbDestDir: TLabel
  32.       Left = 5
  33.       Top = 10
  34.       Width = 53
  35.       Height = 13
  36.       Caption = 'lbDestDir'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object lbFunction: TLabel
  45.       Left = 8
  46.       Top = 36
  47.       Width = 49
  48.       Height = 13
  49.       Caption = 'lbFunction'
  50.     end
  51.     object cbFunction: TComboBox
  52.       Left = 80
  53.       Top = 32
  54.       Width = 241
  55.       Height = 21
  56.       Style = csDropDownList
  57.       ItemHeight = 13
  58.       TabOrder = 4
  59.       Items.Strings = (
  60.         '*'
  61.         '*'
  62.         '*'
  63.         '*')
  64.     end
  65.     object btnAddFiles: TButton
  66.       Left = 329
  67.       Top = 30
  68.       Width = 65
  69.       Height = 25
  70.       Caption = 'btnAddFiles'
  71.       TabOrder = 2
  72.       OnClick = btnAddFilesClick
  73.     end
  74.     object btnDelFiles: TButton
  75.       Left = 394
  76.       Top = 30
  77.       Width = 65
  78.       Height = 25
  79.       Caption = 'btnDelFiles'
  80.       TabOrder = 3
  81.       OnClick = btnDelFilesClick
  82.     end
  83.     object oeDestDir: TEdit
  84.       Left = 80
  85.       Top = 6
  86.       Width = 353
  87.       Height = 21
  88.       TabOrder = 0
  89.       Text = 'C:\'
  90.     end
  91.     object DirSel2: TButton
  92.       Left = 436
  93.       Top = 6
  94.       Width = 23
  95.       Height = 21
  96.       Caption = '...'
  97.       TabOrder = 1
  98.       OnClick = DirSel2Click
  99.     end
  100.   end
  101.   object lvFiles: TListView
  102.     Left = 3
  103.     Top = 64
  104.     Width = 457
  105.     Height = 170
  106.     Columns = <
  107.       item
  108.         Caption = 'Filename'
  109.         MaxWidth = 193
  110.         MinWidth = 50
  111.         Width = 180
  112.       end
  113.       item
  114.         Caption = 'Path'
  115.         Width = 240
  116.       end>
  117.     MultiSelect = True
  118.     SmallImages = ilZip
  119.     TabOrder = 1
  120.     ViewStyle = vsReport
  121.   end
  122.   object pOptions: TPanel
  123.     Left = 0
  124.     Top = 242
  125.     Width = 361
  126.     Height = 55
  127.     BevelInner = bvRaised
  128.     BevelOuter = bvLowered
  129.     TabOrder = 4
  130.     object cbDirectories: TCheckBox
  131.       Left = 176
  132.       Top = 6
  133.       Width = 177
  134.       Height = 17
  135.       Caption = 'cbDirectories'
  136.       Checked = True
  137.       State = cbChecked
  138.       TabOrder = 0
  139.     end
  140.     object cbOverwrite: TCheckBox
  141.       Left = 8
  142.       Top = 30
  143.       Width = 161
  144.       Height = 17
  145.       Caption = 'cbOverwrite'
  146.       TabOrder = 1
  147.     end
  148.     object cbOlder: TCheckBox
  149.       Left = 8
  150.       Top = 6
  151.       Width = 161
  152.       Height = 17
  153.       Caption = 'cbOlder'
  154.       TabOrder = 2
  155.     end
  156.   end
  157.   object btnOk: TButton
  158.     Left = 368
  159.     Top = 242
  160.     Width = 93
  161.     Height = 25
  162.     Caption = 'btnOK'
  163.     Default = True
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = clWindowText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ParentFont = False
  170.     TabOrder = 2
  171.     OnClick = btnOkClick
  172.   end
  173.   object btnCancel: TButton
  174.     Left = 368
  175.     Top = 271
  176.     Width = 93
  177.     Height = 25
  178.     Cancel = True
  179.     Caption = 'btnCancel'
  180.     TabOrder = 3
  181.     OnClick = btnCancelClick
  182.   end
  183.   object odFileSelect: TOpenDialog
  184.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  185.     Left = 304
  186.     Top = 96
  187.   end
  188.   object ilZip: TImageList
  189.     Left = 336
  190.     Top = 96
  191.     Bitmap = {
  192.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  193.       0000000000003600000028000000400000001000000001002000000000000010
  194.       000000000000000000000000000000000000003900004A7B4200003900004A7B
  195.       4200003900004A7B4200003900004A7B42000000000000000000000000000000
  196.       0000000000000000000000000000000000000000000000000000000000000000
  197.       0000000000000000000000000000000000000000000000000000000000000000
  198.       0000000000000000000000000000000000000000000000000000000000000000
  199.       0000000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       0000000000000000000000000000000000000000000000000000000000000000
  202.       00000000000000000000000000000000000000000000003900004A7B42000039
  203.       00004A7B4200003900004A7B4200003900000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000004A7B
  211.       4200003900000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000003900000039
  219.       0000003900000039000000390000003900000039000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       00000000000000000000000000000000000000000000003900006BDE52006BDE
  227.       52006BDE52006BDE520039942900399429003994290000390000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       000000000000000000000000000000000000003900006BDE52004A7B42000039
  235.       0000003900000039000000390000003900000039000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       000000000000000000000000000000000000003900004A7B4200003900000000
  243.       0000003900000039000000390000003900000039000000390000003900000039
  244.       0000003900000039000000390000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       000000000000000000000000000000000000003900006BDE5200003900000000
  251.       0000003900004A7B4200A5EF9400A5EF9400A5EF9400A5EF9400A5EF94008CDE
  252.       73008CDE73008CDE73004A7B4200000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       000000000000000000000000000000000000003900004A7B4200003900000000
  259.       0000003900006BD65200A5EF940000000000A5EF9400A5EF9400000000000000
  260.       000000000000A5EF94004A7B4200000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       000000000000000000000000000000000000003900006BDE5200003900000000
  267.       000000390000A5EF9400A5EF940000000000A5EF9400A5EF9400ADCEA5000000
  268.       0000A5EF9400A5EF94004A7B4200000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       000000000000000000000000000000000000003900004A7B4200003900000000
  275.       000000390000A5EF9400000000000000000000000000A5EF9400000000000000
  276.       000000000000A5EF94004A7B4200000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       000000000000000000000000000000000000003900006BDE5200003900000000
  283.       000000390000A5EF9400A5EF9400A5EF94008CDE73008CDE7300B5F7A500B5F7
  284.       A500E7FFDE00E7FFDE004A7B4200000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       000000000000000000000000000000000000003900004A7B4200003900000000
  291.       0000003900004A7B42004A7B42004A7B42004A7B42004A7B42004A7B4200E7FF
  292.       DE00E7FFDE00E7FFDE004A7B4200000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       000000000000000000000000000000000000003900006BDE52004A7B42000039
  299.       0000003900000039000000390000003900000039000000390000000000004A7B
  300.       42004A7B42004A7B420000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       00000000000000000000000000000000000000000000003900006BDE52004A7B
  307.       42006BDE52006BDE52004A7B42004A7B42003994290000390000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000003900000039
  315.       0000003900000039000000390000003900000039000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       000000000000000000000000000000000000424D3E000000000000003E000000
  323.       2800000040000000100000000100010000000000800000000000000000000000
  324.       000000000000000000000000FFFFFF0000FF00000000000080FF000000000000
  325.       E7FF000000000000C07F000000000000803F000000000000007F000000000000
  326.       1001000000000000100100000000000010010000000000001001000000000000
  327.       1001000000000000100100000000000010010000000000000023000000000000
  328.       803F000000000000C07F00000000000000000000000000000000000000000000
  329.       000000000000}
  330.   end
  331.   object bdOptions: TdfsBrowseDirectoryDlg
  332.     Options = [bfEditBox, bfNewDialogStyle, bfUseNewUI]
  333.     ShowSelectionInStatus = True
  334.     Left = 116
  335.     Top = 360
  336.   end
  337. end
  338.